home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / sources / unix / volume10 / logo / patch02 < prev    next >
Encoding:
Internet Message Format  |  1987-07-06  |  1.7 KB

  1. Path: uunet!rs
  2. From: rs@uunet.UU.NET (Rich Salz)
  3. Newsgroups: comp.sources.unix
  4. Subject: v10i044:  Replacement makehelp script for logo
  5. Message-ID: <584@uunet.UU.NET>
  6. Date: 7 Jul 87 23:23:28 GMT
  7. Organization: UUNET Communications Services, Arlington, VA
  8. Lines: 53
  9. Approved: rs@uunet.uu.net
  10.  
  11. Submitted by: Brian Harvey <bh@MEDIA-LAB.MEDIA.MIT.EDU>
  12. Mod.sources: Volume 10, Number 44
  13. Archive-name: logo/Patch02
  14.  
  15. #! /bin/sh
  16. # This is a shell archive.  Remove anything before this line, then unpack
  17. # it by saving it into a file and typing "sh file".  To overwrite existing
  18. # files, type "sh file -c".  You can also feed this as standard input via
  19. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  20. # will see the following message at the end:
  21. #        "End of shell archive."
  22. # Contents:  makehelp
  23. # Wrapped by rsalz@uunet.uu.net on Tue Jul  7 17:07:11 1987
  24. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  25. if test -f makehelp -a "${1}" != "-c" ; then 
  26.   echo shar: Will not over-write existing file \"makehelp\"
  27. else
  28. echo shar: Extracting \"makehelp\" \(286 characters\)
  29. sed "s/^X//" >makehelp <<'END_OF_makehelp'
  30. X: makehelp, /bin/sh script to make help files.
  31. Xed - logoman << 'foo'
  32. X1i
  33. X.pl 999i
  34. X.
  35. X1,$s/\\f[123]//g
  36. X1,$s/\\(em/ ~ /g
  37. X1,$g/^\.ft/d
  38. X1,$g/^\.cu/d
  39. X1,$g/^\.po/d
  40. X1,$g/^\.NB/d
  41. X1,$g/^\.ti/d
  42. Xw manfoo
  43. Xq
  44. Xfoo
  45. Xnroff manfoo 2>/dev/null >nrfoo
  46. Xcd help
  47. Xrm *
  48. X../splithelp ../nrfoo
  49. Xcd ..
  50. Xrm manfoo nrfoo
  51. END_OF_makehelp
  52. if test 286 -ne `wc -c <makehelp`; then
  53.     echo shar: \"makehelp\" unpacked with wrong size!
  54. fi
  55. # end of overwriting check
  56. fi
  57. echo shar: End of shell archive.
  58. exit 0
  59. -- 
  60.  
  61. Rich $alz            "Anger is an energy"
  62. Cronus Project, BBN Labs    rsalz@pineapple.bbn.com
  63. Moderator, comp.sources.unix    sources@uunet.uu.net
  64.